Skip to content

chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3#11756

Merged
slorber merged 1 commit intomainfrom
dependabot/github_actions/actions/dependency-review-action-4.8.3
Feb 26, 2026
Merged

chore(deps): bump actions/dependency-review-action from 4.8.2 to 4.8.3#11756
slorber merged 1 commit intomainfrom
dependabot/github_actions/actions/dependency-review-action-4.8.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps actions/dependency-review-action from 4.8.2 to 4.8.3.

Release notes

Sourced from actions/dependency-review-action's releases.

4.8.3

Dependency Review Action v4.8.3

This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.

We have also updated the release process to use a long-lived v4 branch for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.8.2..v4.8.3

Commits
  • 05fe457 Merge pull request #1054 from actions/ahpook/release-4.8.3
  • 3a8496c Update generated package files for v4.8.3
  • 0f22a01 Update CONTRIBUTING for new release process
  • 58be343 Updating package versions for 4.8.3
  • 9284e0c Merge pull request #931 from actions/dependabot/npm_and_yarn/spdx-licenses-20...
  • 8b76656 Bump spdx-expression-parse in the spdx-licenses group across 1 directory
  • 43f5f02 Merge pull request #1052 from actions/juxtin/fix-long-summaries
  • f0033fc Merge pull request #1053 from actions/dependabot/npm_and_yarn/fast-xml-parser...
  • b379e2e Bump fast-xml-parser from 5.3.5 to 5.3.6
  • 2e1cf54 Properly truncate long summaries and catch errors
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@3c4e3dc...05fe457)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 4.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the pr: dependencies Pull requests that update a dependency file label Feb 23, 2026
@dependabot dependabot bot added the pr: dependencies Pull requests that update a dependency file label Feb 23, 2026
@meta-cla meta-cla bot added the CLA Signed Signed Facebook CLA label Feb 23, 2026
@netlify
Copy link

netlify bot commented Feb 23, 2026

[V2]

Name Link
🔨 Latest commit 0bb7573
🔍 Latest deploy log https://app.netlify.com/projects/docusaurus-2/deploys/699ccf19775fd300085bf3b8
😎 Deploy Preview https://deploy-preview-11756--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO Report
/ 🔴 49 🟢 98 🟢 100 🟢 100 Report
/docs/installation 🟠 53 🟢 97 🟢 100 🟢 100 Report
/docs/category/getting-started 🟠 71 🟢 100 🟢 100 🟠 86 Report
/blog 🟠 67 🟢 96 🟢 100 🟠 86 Report
/blog/preparing-your-site-for-docusaurus-v3 🟠 66 🟢 92 🟢 100 🟢 100 Report
/blog/tags/release 🟠 67 🟢 96 🟢 100 🟠 86 Report
/blog/tags 🟠 67 🟢 100 🟢 100 🟠 86 Report

@ysageev
Copy link

ysageev commented Feb 24, 2026

Dependabot is incompatible with pnpm transitive dependencies. To solve this with pnpm overrides would be very tedioius, given the number of problems found. Would it be possible to issue patch releases periodically instead of relying on Dependabot?

@slorber slorber merged commit 83bcd0c into main Feb 26, 2026
14 of 15 checks passed
@slorber slorber deleted the dependabot/github_actions/actions/dependency-review-action-4.8.3 branch February 26, 2026 15:18
@slorber
Copy link
Collaborator

slorber commented Feb 26, 2026

Dependabot is incompatible with pnpm transitive dependencies. To solve this with pnpm overrides would be very tedioius, given the number of problems found. Would it be possible to issue patch releases periodically instead of relying on Dependabot?

I don't know what you mean, sorry

@ysageev
Copy link

ysageev commented Feb 26, 2026

Dependabot is incompatible with pnpm transitive dependencies. To solve this with pnpm overrides would be very tedioius, given the number of problems found. Would it be possible to issue patch releases periodically instead of relying on Dependabot?

I don't know what you mean, sorry

See here, for example:
dependabot/dependabot-core#13177

Those who use pnpm as the package manager cannot create PRs in the dependendabot UI because of transitive dependencies. The only way that I know to handle this is to use the pnpm overrides section in package.json. This "hoists" all versions of that dependency to the one specified. The problem with that is it doesn't scale well. For example, if you have say, 25 dependabot issues and 25 packages need to be hoisted, it becomes extremely tedious to do so with overrides.

I am grateful for Docusaurus and use it on a couple sites. I'm humbly suggesting that maintainer (you!) issue a patch release when there are a large number of dependabot issues.

See also:

https://pnpm.io/settings#overrides

Thank you.

@slorber
Copy link
Collaborator

slorber commented Feb 26, 2026

This PR upgrades a GitHub action; this is something that only affects us, not anyone else

If Dependabot can't do specific things for pnpm, that's outside the scope of Docusaurus, and we don't plan to "force upgrade" our users by releasing extra patch releases that upgrade our dependency requirements. Note that we can only enforce semver range requirements on our direct dependencies, not on transitive dependencies, so even if we did that, this wouldn't fully solve your problem and our transitive dependencies wouldn't get upgraded by magic, unless the whole dependency graph emits similar patches (very unlikely).

If Dependanbot doesn't fulfill your need, you should report the problem to them or try a different tool to upgrade your lockfile

@ysageev
Copy link

ysageev commented Feb 26, 2026

Fair enough, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Signed Facebook CLA pr: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants